Django webstie using DigitalOceans servers. Python2.7.6 being used... how to upgrade to 3.5?
The only reason I found out that the server was running python 2.7.6 was because I was getting an error on my site... which I'm still unsure of and I think might be because I'm running an older version of python.... possibly.... maybe not :P anyways.... I saw that beside the tag Python Version it said 2.7.6... Is there a way to upgrade this to python 3.5?
Also, I cam currently getting an error that say's that TemplateDoesNotExist at /...... the file it is looking for is personal/home.html... But the template does exist in templates/personal.... kind of bewildering to me as a newby. The following was the template-loader postmortem
...........................................
Template-loader postmortem
Django tried loading these templates, in this order:
Using engine : This engine did not provide a list of tried templates.
Any advise on either of these problems would be much appreciated!!!
You must be logged in to post. Please login or register an account.